^

Raise one number to the power of another.

Parameter List

Syntax
^(value1value2)
value1

The number to raise. For example: 5.

value2

The number to raise value1 by. For example: 4.

Examples

^(A1, B1) returns 27Example 1